From: Chun-wei Fan Date: Thu, 26 Jul 2012 07:39:51 +0000 (+0800) Subject: Visual C++ projects: Update .dll/.lib naming X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~16746 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=84d28bac66614b1300ea957b3479017df7e1d3fd;p=gtk%2B3.0.git Visual C++ projects: Update .dll/.lib naming Remove the "-win32-" from the output file names for the GDK and GTK+ DLLs, like what is now done for quite a while on other platforms (and MinGW builds), for consistency reasons. This is due to GDK/GTK+ are buildable with multiple backends. Note: For references, the Windows build only builds the Win32 backend for the time being. --- diff --git a/build/win32/vs10/gdk.vcxprojin b/build/win32/vs10/gdk.vcxprojin index 6c367c51ec..ae34f614e5 100644 --- a/build/win32/vs10/gdk.vcxprojin +++ b/build/win32/vs10/gdk.vcxprojin @@ -81,11 +81,11 @@ imm32.lib;%(AdditionalDependencies) - $(OutDir)$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll + $(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll $(IntDir)gdk.def true Windows - $(TargetDir)$(ProjectName)-win32-$(GtkApiVersion).lib + $(TargetDir)$(ProjectName)-$(GtkApiVersion).lib MachineX86 @@ -101,13 +101,13 @@ imm32.lib;%(AdditionalDependencies) - $(OutDir)$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll + $(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll $(IntDir)gdk.def true Windows true true - $(TargetDir)$(ProjectName)-win32-$(GtkApiVersion).lib + $(TargetDir)$(ProjectName)-$(GtkApiVersion).lib MachineX86 @@ -126,11 +126,11 @@ imm32.lib;%(AdditionalDependencies) - $(OutDir)$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll + $(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll $(IntDir)gdk.def true Windows - $(TargetDir)$(ProjectName)-win32-$(GtkApiVersion).lib + $(TargetDir)$(ProjectName)-$(GtkApiVersion).lib MachineX64 @@ -146,13 +146,13 @@ imm32.lib;%(AdditionalDependencies) - $(OutDir)$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll + $(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll $(IntDir)gdk.def true Windows true true - $(TargetDir)$(ProjectName)-win32-$(GtkApiVersion).lib + $(TargetDir)$(ProjectName)-$(GtkApiVersion).lib MachineX64 diff --git a/build/win32/vs10/gtk.vcxprojin b/build/win32/vs10/gtk.vcxprojin index dedb30f93f..6288f886c8 100644 --- a/build/win32/vs10/gtk.vcxprojin +++ b/build/win32/vs10/gtk.vcxprojin @@ -1,4 +1,4 @@ - + @@ -81,11 +81,11 @@ atk-1.0.lib;pangowin32-1.0.lib;imm32.lib;winspool.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll + $(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll $(IntDir)gtk.def true Windows - $(TargetDir)$(ProjectName)-win32-$(GtkApiVersion).lib + $(TargetDir)$(ProjectName)-$(GtkApiVersion).lib MachineX86 @@ -101,13 +101,13 @@ atk-1.0.lib;pangowin32-1.0.lib;imm32.lib;winspool.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll + $(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll $(IntDir)gtk.def true Windows true true - $(TargetDir)$(ProjectName)-win32-$(GtkApiVersion).lib + $(TargetDir)$(ProjectName)-$(GtkApiVersion).lib MachineX86 @@ -126,11 +126,11 @@ atk-1.0.lib;pangowin32-1.0.lib;imm32.lib;winspool.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll + $(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll $(IntDir)gtk.def true Windows - $(TargetDir)$(ProjectName)-win32-$(GtkApiVersion).lib + $(TargetDir)$(ProjectName)-$(GtkApiVersion).lib MachineX64 @@ -146,13 +146,13 @@ atk-1.0.lib;pangowin32-1.0.lib;imm32.lib;winspool.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(GtkDllPrefix)$(ProjectName)-win32$(GtkDllSuffix).dll + $(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll $(IntDir)gtk.def true Windows true true - $(TargetDir)$(ProjectName)-win32-$(GtkApiVersion).lib + $(TargetDir)$(ProjectName)-$(GtkApiVersion).lib MachineX64 diff --git a/build/win32/vs9/gdk.vcprojin b/build/win32/vs9/gdk.vcprojin index 6e9983140f..6c36dbae7b 100644 --- a/build/win32/vs9/gdk.vcprojin +++ b/build/win32/vs9/gdk.vcprojin @@ -43,12 +43,12 @@ @@ -73,14 +73,14 @@ @@ -108,12 +108,12 @@ @@ -138,14 +138,14 @@ diff --git a/build/win32/vs9/gtk.vcprojin b/build/win32/vs9/gtk.vcprojin index 8748bc3502..fff2af661b 100644 --- a/build/win32/vs9/gtk.vcprojin +++ b/build/win32/vs9/gtk.vcprojin @@ -43,12 +43,12 @@ @@ -73,14 +73,14 @@ @@ -108,12 +108,12 @@ @@ -138,14 +138,14 @@